toggle menu
Core
0.9.1
js
switch theme
search in API
Core
/
[root]
/
collectAsyncFlow
collect
Async
Flow
js
fun
<
T
>
Task
<
CommonFlow
<
T
>
>
.
collectAsyncFlow
(
stream
:
(
T
)
->
Unit
,
error
:
(
ClientException
)
->
Unit
,
scope
:
CoroutineScope
=
ContextScope.get(DispatchersProvider.Default)
)
:
CommonFlow.Job